Fix default of which-key-replacement-alist
authorJustin Burkett <justin@burkett.cc>
Mon, 21 Jun 2021 18:00:54 +0000 (14:00 -0400)
committerJustin Burkett <justin@burkett.cc>
Mon, 21 Jun 2021 18:00:54 +0000 (14:00 -0400)
which-key.el

index 5c2ca802f74e886a7eddadbaef018e160a9cceea..bb1cf01ba45072dd007498b9a9e2115f9876cd60 100644 (file)
@@ -152,9 +152,7 @@ remapped given the currently active keymaps."
 
 (defcustom which-key-replacement-alist
   (delq nil
-        `(((nil . "Prefix Command") . (nil . "prefix"))
-          ((nil . "\\`\\?\\?\\'") . (nil . "lambda"))
-          ((nil . "which-key-show-next-page-no-cycle") . (nil . "wk next pg"))
+        `(((nil . "which-key-show-next-page-no-cycle") . (nil . "wk next pg"))
           ,@(unless which-key-dont-use-unicode
               '((("<left>") . ("←"))
                 (("<right>") . ("→"))))